﻿2026-07-17T11:15:28.7393156Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
2026-07-17T11:15:28.7401988Z ##[group]Run actions/checkout@v4
2026-07-17T11:15:28.7402843Z with:
2026-07-17T11:15:28.7403731Z   repository: BigscreenVR/website
2026-07-17T11:15:28.7407876Z   token: ***
2026-07-17T11:15:28.7408436Z   ssh-strict: true
2026-07-17T11:15:28.7409015Z   ssh-user: git
2026-07-17T11:15:28.7409590Z   persist-credentials: true
2026-07-17T11:15:28.7410186Z   clean: true
2026-07-17T11:15:28.7410734Z   sparse-checkout-cone-mode: true
2026-07-17T11:15:28.7411368Z   fetch-depth: 1
2026-07-17T11:15:28.7411911Z   fetch-tags: false
2026-07-17T11:15:28.7412458Z   show-progress: true
2026-07-17T11:15:28.7413097Z   lfs: false
2026-07-17T11:15:28.7413636Z   submodules: false
2026-07-17T11:15:28.7414248Z   set-safe-directory: true
2026-07-17T11:15:28.7415180Z ##[endgroup]
2026-07-17T11:15:28.8486000Z Syncing repository: BigscreenVR/website
2026-07-17T11:15:28.8489458Z ##[group]Getting Git version info
2026-07-17T11:15:28.8491001Z Working directory is '/home/runner/work/website/website'
2026-07-17T11:15:28.8495690Z [command]/usr/bin/git version
2026-07-17T11:15:28.8533143Z git version 2.54.0
2026-07-17T11:15:28.8562228Z ##[endgroup]
2026-07-17T11:15:28.8575978Z Temporarily overriding HOME='/home/runner/work/_temp/4aa51f07-5d35-4ef1-9f2e-53918f8125c7' before making global git config changes
2026-07-17T11:15:28.8580725Z Adding repository directory to the temporary git global config as a safe directory
2026-07-17T11:15:28.8583863Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/website/website
2026-07-17T11:15:28.8633272Z Deleting the contents of '/home/runner/work/website/website'
2026-07-17T11:15:28.8636403Z ##[group]Initializing the repository
2026-07-17T11:15:28.8640455Z [command]/usr/bin/git init /home/runner/work/website/website
2026-07-17T11:15:28.8747576Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-07-17T11:15:28.8752803Z hint: will change to "main" in Git 3.0. To configure the initial branch name
2026-07-17T11:15:28.8755577Z hint: to use in all of your new repositories, which will suppress this warning,
2026-07-17T11:15:28.8759251Z hint: call:
2026-07-17T11:15:28.8760551Z hint:
2026-07-17T11:15:28.8761893Z hint: 	git config --global init.defaultBranch <name>
2026-07-17T11:15:28.8765047Z hint:
2026-07-17T11:15:28.8766752Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-07-17T11:15:28.8769006Z hint: 'development'. The just-created branch can be renamed via this command:
2026-07-17T11:15:28.8770937Z hint:
2026-07-17T11:15:28.8772077Z hint: 	git branch -m <name>
2026-07-17T11:15:28.8773477Z hint:
2026-07-17T11:15:28.8775097Z hint: Disable this message with "git config set advice.defaultBranchName false"
2026-07-17T11:15:28.8777628Z Initialized empty Git repository in /home/runner/work/website/website/.git/
2026-07-17T11:15:28.8781947Z [command]/usr/bin/git remote add origin https://github.com/BigscreenVR/website
2026-07-17T11:15:28.8810582Z ##[endgroup]
2026-07-17T11:15:28.8812440Z ##[group]Disabling automatic garbage collection
2026-07-17T11:15:28.8820850Z [command]/usr/bin/git config --local gc.auto 0
2026-07-17T11:15:28.8852042Z ##[endgroup]
2026-07-17T11:15:28.8853297Z ##[group]Setting up auth
2026-07-17T11:15:28.8854245Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-17T11:15:28.8889087Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-17T11:15:28.9170357Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-17T11:15:28.9201172Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-17T11:15:28.9386884Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-17T11:15:28.9415468Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-17T11:15:28.9590261Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-17T11:15:28.9622659Z ##[endgroup]
2026-07-17T11:15:28.9624979Z ##[group]Fetching the repository
2026-07-17T11:15:28.9633939Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d0df000c195cdd0b6c6efe4171492c5274e9076e:refs/remotes/origin/dev
2026-07-17T11:15:37.4822367Z From https://github.com/BigscreenVR/website
2026-07-17T11:15:37.4835107Z  * [new ref]         d0df000c195cdd0b6c6efe4171492c5274e9076e -> origin/dev
2026-07-17T11:15:37.4866722Z ##[endgroup]
2026-07-17T11:15:37.4867878Z ##[group]Determining the checkout info
2026-07-17T11:15:37.4869621Z ##[endgroup]
2026-07-17T11:15:37.4870584Z [command]/usr/bin/git sparse-checkout disable
2026-07-17T11:15:37.4910828Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-17T11:15:37.4935846Z ##[group]Checking out the ref
2026-07-17T11:15:37.4940137Z [command]/usr/bin/git checkout --progress --force -B dev refs/remotes/origin/dev
2026-07-17T11:15:38.5056268Z Updating files:  80% (2630/3266)
2026-07-17T11:15:38.5106552Z Updating files:  81% (2646/3266)
2026-07-17T11:15:38.5149747Z Updating files:  82% (2679/3266)
2026-07-17T11:15:38.5207532Z Updating files:  83% (2711/3266)
2026-07-17T11:15:38.5239664Z Updating files:  84% (2744/3266)
2026-07-17T11:15:38.5563967Z Updating files:  85% (2777/3266)
2026-07-17T11:15:38.5682596Z Updating files:  86% (2809/3266)
2026-07-17T11:15:38.5810221Z Updating files:  87% (2842/3266)
2026-07-17T11:15:38.5840511Z Updating files:  88% (2875/3266)
2026-07-17T11:15:38.5882065Z Updating files:  89% (2907/3266)
2026-07-17T11:15:38.5932009Z Updating files:  90% (2940/3266)
2026-07-17T11:15:38.6034150Z Updating files:  91% (2973/3266)
2026-07-17T11:15:38.7013067Z Updating files:  92% (3005/3266)
2026-07-17T11:15:38.7256758Z Updating files:  93% (3038/3266)
2026-07-17T11:15:38.7295311Z Updating files:  94% (3071/3266)
2026-07-17T11:15:38.7684021Z Updating files:  95% (3103/3266)
2026-07-17T11:15:38.7998680Z Updating files:  96% (3136/3266)
2026-07-17T11:15:38.8009902Z Updating files:  97% (3169/3266)
2026-07-17T11:15:38.8044052Z Updating files:  98% (3201/3266)
2026-07-17T11:15:38.8084668Z Updating files:  99% (3234/3266)
2026-07-17T11:15:38.8086339Z Updating files: 100% (3266/3266)
2026-07-17T11:15:38.8087209Z Updating files: 100% (3266/3266), done.
2026-07-17T11:15:38.8126102Z Switched to a new branch 'dev'
2026-07-17T11:15:38.8128171Z branch 'dev' set up to track 'origin/dev'.
2026-07-17T11:15:38.8188759Z ##[endgroup]
2026-07-17T11:15:38.8232790Z [command]/usr/bin/git log -1 --format=%H
2026-07-17T11:15:38.8253672Z d0df000c195cdd0b6c6efe4171492c5274e9076e
